func github.com/andybalholm/brotli.setDepth
4 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L555: if setDepth(2*n-1, *tree, depth, 14) {
brotli_bit_stream.go#L758: if setDepth(2*n-1, *tree, depth, 14) {
entropy_encode.go#L76: func setDepth(p0 int, pool []huffmanTree, depth []byte, max_depth int) bool {
entropy_encode.go#L203: if setDepth(int(2*n-1), tree[0:], depth, tree_limit) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |